Revision: libselinux--pkg-config--1.30--patch-9
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Tue Sep 26 01:03:48 CDT 2006
Standard-date: 2006-09-26 06:03:48 GMT
Modified-files: src/libselinux.pc.in
New-patches: srivasta@debian.org--etch/libselinux--pkg-config--1.30--patch-9
Summary: Fix the pkg-config input file
Keywords: 

* src/libselinux.pc.in (Libs): Adding a -lpthread caused packages linked
  statically to libselinux1 to pull in symbols from libpthread, which in
  turn needed symbols of libc. Apparently, changing it to -pthread makes
  a difference evan whe the system is not HP-UX.

